All Packages Class Hierarchy This Package Previous Next Index
NSInputServer
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- activeConversationWillChange:oldConversation:newConversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- canBeDisabled
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- cancelInput:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- doCommandBySelector:sender:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- insertText:sender:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- markedTextSelectionChanged:sender:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- markedTextWillBeAbandoned:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- senderDidBecomeActive:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- senderDidResignActive:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- setActivated:sender:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- terminate:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
- wantsToInterpretAllKeystrokes
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void setActivated(boolean flag, Object sender)
- setActivated:sender:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void insertTextInConversation(String aString, Object sender, int conv)
- insertText:sender:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void doCommandBySelectorInConversation(Selector aSelector, Object sender, int conv)
- doCommandBySelector:sender:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void markedTextWillBeAbandonedInConversation(Object sender, int conv)
- markedTextWillBeAbandoned:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void markedTextSelectionChangedInConversation(Range newSel, Object sender, int conv)
- markedTextSelectionChanged:sender:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void cancelInputInConversation(Object sender, int conv)
- cancelInput:conversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void terminate(Object sender)
- terminate:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract boolean canBeDisabled()
- canBeDisabled
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract boolean wantsToInterpretAllKeystrokes()
- wantsToInterpretAllKeystrokes
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void senderDidBecomeActive(Object sender)
- senderDidBecomeActive:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void senderDidResignActive(Object sender)
- senderDidResignActive:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
public abstract void activeConversationWillChange(Object sender, int oldConversation, int newConversation)
- activeConversationWillChange:oldConversation:newConversation:
Objective-C instance method
implemented by delegates of the InputServer
class
(known as the NSInputServer
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index